- multibyte string function
- Вычислительная техника: функции многобайтовых строк
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
String (computer science) — In formal languages, which are used in mathematical logic and theoretical computer science, a string is a finite sequence of symbols that are chosen from a set or alphabet. In computer programming, a string is traditionally a sequence of… … Wikipedia
Strlen — In the C standard library, strlen is a string function that determines the length of a character string.Example usage #include #include int main(void){ char *string = Hello World ; printf( %lu , (unsigned long)strlen(string)); return 0;}This… … Wikipedia
PHP — This article is about the scripting language. For other uses, see PHP (disambiguation). PHP PHP: Hypertext Preprocessor Paradigm(s) imperative, object oriented, Procedural, reflective Appeared in … Wikipedia
wchar.h — For other uses, see WCHA (disambiguation). C Standard Library Data types Character classification Strings Mathematics File input/output … Wikipedia
Tuxedo (software) — Infobox Software name = BEA Tuxedo caption = BEA Tuxedo developer = Oracle Corporation latest release version = 10 latest release date = 2 October, 2007 programming language = C, C++, COBOL operating system = Cross platform genre = Application… … Wikipedia
Threaded code — Not to be confused with multi threaded programming. In computer science, the term threaded code refers to a compiler implementation technique where the generated code has a form that essentially consists entirely of calls to subroutines. The code … Wikipedia
Computing — For the formal concept of computation, see computation. For the magazine, see Computing (magazine). For the scientific journal, see Computing (journal). A difference engine: computing the solution to a polynomial function … Wikipedia
Ruby (Programmiersprache) — Ruby Offizielles Logo Basisdaten Paradigmen: multiparadigmatisch Erscheinungsjahr: 1995 … Deutsch Wikipedia